home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / ecu-3.35 / README.OPENWIN < prev    next >
Text File  |  1995-07-13  |  1KB  |  56 lines

  1. If you are using Open Windows on a Sparc, try these hints:
  2.  
  3. Date: Tue, 28 Apr 92 16:41:42 EDT
  4. From: ifsbd!cma (Mark Ashton)
  5. To: n4hgf!wht
  6. Subject: Key mapping for ecu in Openwin shelltool
  7.  
  8. Create a ~/.ttyswrc file containing the following:
  9.  
  10. mapi R7 \E[H
  11. mapi R9 \E[I
  12. mapi R11 \E[E
  13. mapi R13 \E[F
  14. mapi R15 \E[G
  15. mapi F1 \E[M
  16. mapi F2 \E[N
  17. mapi F3 \E[O
  18. mapi F4 \E[P
  19. mapi F5 \E[Q
  20. mapi F6 \E[R
  21. mapi F7 \E[S
  22. mapi F8 \E[T
  23. mapi F9 \E[U
  24. mapi F10 \E[V
  25. mapi F11 \E[W
  26. mapi F12 \E[X
  27.  
  28. See the shelltool man page for mention of .ttyswrc
  29.  
  30. Then, add 'sun-cmd' to the ansi funckeymap
  31.  
  32.     F1:F1:          esc [ M 
  33.     F2:F2:          esc [ N 
  34.     F3:F3:          esc [ O 
  35.     F4:F4:          esc [ P 
  36.     F5:F5:          esc [ Q 
  37.     F6:F6:          esc [ R 
  38.     F7:F7:          esc [ S 
  39.     F8:F8:          esc [ T 
  40.     F9:F9:          esc [ U 
  41.     F10:F10:        esc [ V 
  42.     F11:F11:        esc [ W 
  43.     F12:F12:        esc [ X 
  44.     Home:Home:      esc [ H 
  45.     End:End:        esc [ F 
  46.     PgUp:PgUp:      esc [ I 
  47.     PgDn:PgDn:      esc [ G 
  48.     CUU:CUU:        esc [ A 
  49.     CUL:CUL:        esc [ D 
  50.     CU5:CU5:        esc [ E 
  51.     CUR:CUR:        esc [ C 
  52.     CUD:CUD:        esc [ B 
  53.     Ins:Ins:        esc [ L
  54.     BkTab:BackTab:  esc [ Z
  55.  
  56.